// -PATH------------------------------------------------------- \\
// Strong Turret - strongTurretFire
// ------------------------------------------------------------ \\
//
// Creator: Alan Carr
//
// Last modified: 03/12/08
//
// Description: 
//   The Turret Ship moves forward and fires a bullet, then
//   slinks back into formation.
//
// Difficulty: 4
//
// ------------------------------------------------------------ \\

setSpeed 0.7
setAngle 270

setAccel -0.01
straight frames 70

//fireBullet atPlayer all 0 0

fireBullet 240 all
fireBullet 270 all
fireBullet 300 all

setAccel 0
straight frames 50

setAccel -0.01
straight frames 75

setAccel 0.1
straight frames 10
setAccel 0.01